From: Keir Fraser Date: Thu, 28 Aug 2008 10:38:02 +0000 (+0100) Subject: x86: There are now two x86-specific softirqs. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14113^2~13 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=26141b3e26d7accfec671cbfe3393d8f85621ab0;p=xen.git x86: There are now two x86-specific softirqs. Signed-off-by: Keir Fraser --- diff --git a/xen/include/asm-x86/softirq.h b/xen/include/asm-x86/softirq.h index 12f9d27fb2..149dea1543 100644 --- a/xen/include/asm-x86/softirq.h +++ b/xen/include/asm-x86/softirq.h @@ -4,6 +4,6 @@ #define NMI_MCE_SOFTIRQ (NR_COMMON_SOFTIRQS + 0) #define TIME_CALIBRATE_SOFTIRQ (NR_COMMON_SOFTIRQS + 1) -#define NR_ARCH_SOFTIRQS 1 +#define NR_ARCH_SOFTIRQS 2 #endif /* __ASM_SOFTIRQ_H__ */